home *** CD-ROM | disk | FTP | other *** search
- /************************************************************************
- ***** File : Utilities.h *****
- ***** Copyright 1996, Thomas R. Kimpton *****
- ***** All Rights Reserved *****
- ***** *****
- ***** This source code may be freely used in any programming *****
- ***** project so long as credit is duly noted of the author. *****
- ************************************************************************/
- extern void SetForeColor(short red, short green, short blue);
- extern void SetBackColor(short red, short green, short blue);
-
- extern void ShadowBox (Rect someRect);
- extern char HLockState(Handle theHndl);
- extern Boolean GetPortRectForThisPoint(Point thisLoc,Rect *thePortRect);
-